-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle negative height & width in image annotations #7116
Handle negative height & width in image annotations #7116
Conversation
Current Playwright Test Results Summary✅ 14 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/06/2023 05:04:38pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 3084032 Started: 10/06/2023 04:59:41pm UTC Current Playwright Test Results Summary✅ 141 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/06/2023 05:04:38pm UTC)
|
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
8.33% (7)7 / 84 runsfailed over last 7 days |
45.24% (38)38 / 84 runsflaked over last 7 days |
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 75 runsfailed over last 7 days |
33.33% (25)25 / 75 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
0% (0)0 / 125 runsfailed over last 7 days |
54.40% (68)68 / 125 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7116 +/- ##
==========================================
- Coverage 55.85% 55.76% -0.10%
==========================================
Files 650 650
Lines 26092 26103 +11
Branches 2519 2521 +2
==========================================
- Hits 14574 14556 -18
- Misses 10823 10843 +20
- Partials 695 704 +9
*This pull request uses carry forward flags. Click here to find out more.
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Just a couple minor suggestions before we merge
@@ -124,6 +122,23 @@ export default { | |||
this.selectedAnnotations = annotations; | |||
this.$emit('annotations-changed', annotations); | |||
}, | |||
transformAnnotationRectangleToFlatbushRectangle(annotationRectangle) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤌
Closes #7083
Describe your changes:
If the height or width are negative due the user dragging back and to the left, or forward and up, handle this properly when adding to the flatbush index.
All Submissions:
Author Checklist
Reviewer Checklist